Message Type domainStatusUpdate
- The message type indicates a status for a domain and is generated after a successful request when:
- a domain has been registered,
- a domain's data has been changed, or
- a domain has been connected.
- Additional verification information may be required based on the risk assessment.
- If verification information is required, the message contains additional information.
-
If there are multiple domain holders for a domain, a so-called multi-holder domain, all domain holders are listed for whom no verification information is required.
- A domain in quarantine must be verified, and the domain is also de-delegated, which is indicated by the “serverHold” status.
Examples
Message Queue
Messages with status “connect”, no verification required
K/V domainStatusUpdate, verification not required
msgcnt: 1
msgtime: 2024-06-01T15:51:08+02:00
msgid: 8960348c-6879-cb92-2b6f-cbc9abf91616
msgtype: domainStatusUpdate
domain: de-example.de
domain-ace: de-example.de
holder: DENIC-1000002-GoodGuy
holder: DENIC-1000002-GoodGuy2
status: connect
XML domainStatusUpdate, verification not required
<msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="8960348c-6879-cb92-2b6f-cbc9abf91616" msgcnt="1" msgtime="2024-06-01T15:51:08+02:00">
<msg:domainStatusUpdate>
<msg:domain>
<msg:handle>de-example.de</msg:handle>
<msg:ace>de-example.de</msg:ace>
</msg:domain>
<msg:holders>
<msg:handle>DENIC-1000002-GoodGuy</msg:handle>
<msg:handle>DENIC-1000002-GoodGuy2</msg:handle>
</msg:holders>
<msg:status>connect</msg:status>
</msg:domainStatusUpdate>
</msg:message>
Messages with status “connect”, verification required
K/V domainStatusUpdate, verification required
msgcnt: 1
msgtime: 2024-06-01T15:51:08+02:00
msgid: 8960348c-6879-cb92-2b6f-cbc9abf91616
msgtype: domainStatusUpdate
domain: de-example.de
domain-ace: de-example.de
holder: DENIC-1000002-MaybeGoodGuy
holder: DENIC-1000002-GoodGuy
status: connect
verificationDeadlineBeforeDedelegation: 2024-06-06T15:51:08+02:00
verificationDeadlineBeforeDeletion: 2024-06-13T15:51:08+02:00
message: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [Date: 2024-06-06T15:51:08+02:00, VerificationClaims: address;name]
message: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2024-06-13T15:51:08+02:00, VerificationClaims: address;name]
XML domainStatusUpdate, verification not required
<msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="8960348c-6879-cb92-2b6f-cbc9abf91616" msgcnt="1" msgtime="2024-06-01T15:51:08+02:00">
<msg:domainStatusUpdate>
<msg:domain>
<msg:handle>de-example.de</msg:handle>
<msg:ace>de-example.de</msg:ace>
</msg:domain>
<msg:holders>
<msg:handle>DENIC-1000002-MaybeGoodGuy</msg:handle>
<msg:handle>DENIC-1000002-GoodGuy</msg:handle>
</msg:holders>
<msg:status>connect</msg:status>
<msg:verificationDeadlineBeforeDedelegation>2024-06-06T15:51:08+02:00</msg:verificationDeadlineBeforeDedelegation>
<msg:verificationDeadlineBeforeDeletion>2024-06-13T15:51:08+02:00</msg:verificationDeadlineBeforeDeletion>
<msg:message level="info" code="16350000040">
<tr:text>Verification information must be provided for the holder(s) to avoid dedelegation by</tr:text>
<tr:argument>Date: 2024-06-06T15:51:08+02:00</tr:argument>
<tr:argument>VerificationClaims: address;name</tr:argument>
</msg:message>
<msg:verificationDeadlineBeforeDeletion>2024-06-13T15:51:08+02:00</msg:verificationDeadlineBeforeDeletion>
<msg:message level="info" code="16350000041">
<tr:text>Verification information must be provided for the holder(s) to avoid deletion by</tr:text>
<tr:argument>Date: 2024-06-13T15:51:08+02:00</tr:argument>
<tr:argument>VerificationClaims: address;name</tr:argument>
</msg:message>
</msg:domainStatusUpdate>
</msg:message>
Messages with “serverHold” status with verification request
K/V domainStatusUpdate, serverHold, verification required
msgcnt: 1
msgtime: 2024-06-01T15:51:08+02:00
msgid: 8960348c-6879-cb92-2b6f-cbc9abf91616
msgtype: domainStatusUpdate
domain: de-example.de
domain-ace: de-example.de
holder: DENIC-1000002-BadGuy
holder: DENIC-1000002-GoodGuy
status: serverHold
verificationDeadlineBeforeDeletion: 2024-06-13T15:51:08+02:00
message: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2024-06-13T15:51:08+02:00, VerificationClaims: address;name]
XML domainStatusUpdate, serverHold, verification required
<msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="8960348c-6879-cb92-2b6f-cbc9abf91616" msgcnt="1" msgtime="2024-06-01T15:51:08+02:00">
<msg:domainStatusUpdate>
<msg:domain>
<msg:handle>de-example.de</msg:handle>
<msg:ace>de-example.de</msg:ace>
</msg:domain>
<msg:holders>
<msg:handle>DENIC-1000002-BadGuy</msg:handle>
<msg:handle>DENIC-1000002-GoodGuy</msg:handle>
</msg:holders>
<msg:status>serverHold</msg:status>
<msg:verificationDeadlineBeforeDeletion>2024-06-13T15:51:08+02:00</msg:verificationDeadlineBeforeDeletion>
<msg:message level="info" code="16350000041">
<tr:text>Verification information must be provided for the holder(s) to avoid deletion by</tr:text>
<tr:argument>Date: 2024-06-13T15:51:08+02:00</tr:argument>
<tr:argument>VerificationClaims: address;name</tr:argument>
</msg:message>
</msg:domainStatusUpdate>
</msg:message>
E-mail Messages
Messages with status “connect”, no verification required
Email domainStatusUpdate, test environment, verification not required
From: registry-response@test.denic.de
To: <regacc-email>
Subject: DOMAIN STATUS UPDATE TEST - $date$
Body: STATUS: success
TICKET:
OBJECT: Domain
HANDLE: dänic.de [xn--dnic-loa.de]
HOLDER: DENIC-1000002-MaybeGoodGuy
HOLDER: DENIC-1000002-GoodGuy
INFO: 53000080013 Domain "Status" is "connect"
Email domainStatusUpdate, live environment, verification not required
From: registry-response@denic.de
To: <regacc-email>
Subject: DOMAIN STATUS UPDATE - $date$
Body: STATUS: success
TICKET:
OBJECT: Domain
HANDLE: dänic.de [xn--dnic-loa.de]
HOLDER: DENIC-1000002-MaybeGoodGuy
HOLDER: DENIC-1000002-GoodGuy
INFO: 53000080013 Domain "Status" is "connect"
Messages with status “connect”, verification required
Email domainStatusUpdate, test environment, verification required
From: registry-response@test.denic.de
To: <regacc-email>
Subject: DOMAIN STATUS UPDATE TEST - $date$
Body: STATUS: success
TICKET:
OBJECT: Domain
HANDLE: dänic.de [xn--dnic-loa.de]
HOLDER DENIC-1000002-MaybeGoodGuy
HOLDER DENIC-1000002-GoodGuy
INFO: 53000080013 Domain "Status" is "connect"
INFO: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [ate: 2025-06-06T15:51:08+02:00, VerificationClaims: address;name]
INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]
Email domainStatusUpdate, live environment, verification required
From: registry-response@denic.de
To: <regacc-email>
Subject: DOMAIN STATUS UPDATE - $date$
Body: STATUS: success
TICKET:
OBJECT: Domain
HANDLE: dänic.de [xn--dnic-loa.de]
HOLDER DENIC-1000002-MaybeGoodGuy
HOLDER DENIC-1000002-GoodGuy
INFO: 53000080013 Domain "Status" is "connect"
INFO: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]
INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]
Messages with “serverHold” status with verification request
Email domainStatusUpdate, test environment, serverHold, verification required
From: registry-response@test.denic.de
To: <regacc-email>
Subject: DOMAIN STATUS UPDATE TEST - $date$
Body: STATUS: success
TICKET:
OBJECT: Domain
HANDLE: dänic.de [xn--dnic-loa.de]
HOLDER DENIC-1000002-MaybeGoodGuy
HOLDER DENIC-1000002-GoodGuy
INFO: 53000080015 Domain "Status" is "serverHold"
INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]
Email domainStatusUpdate, live environment, serverHold, verification required
From: registry-response@denic.de
To: <regacc-email>
Subject: DOMAIN STATUS UPDATE - $date$
Body: STATUS: success
TICKET:
OBJECT: Domain
HANDLE: dänic.de [xn--dnic-loa.de]
HOLDER DENIC-1000002-MaybeGoodGuy
HOLDER DENIC-1000002-GoodGuy
INFO: 53000080015 Domain "Status" is "serverHold"
INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]